/ Assembly List / LJCNetCommon / NetCommon / HasColumns

Namespace - LJCNetCommon


Parameters
dataTable - The data table object.

Returns

true if the data table contains Columns; otherwise, false.

Syntax

C#
public static Boolean HasColumns(DataTable dataTable)

Checks a data table for columns definitions.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.